home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TBWCONTACTSIMPORTFORM / TBWCONTACTSIMPORTFORM.txt < prev   
Text File  |  2006-11-06  |  3KB  |  146 lines

  1. object BwContactsImportForm: TBwContactsImportForm
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'Import Contacts'
  5.   ClientHeight = 322
  6.   ClientWidth = 662
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   OnShow = FormShow
  16.   DesignSize = (
  17.     662
  18.     322)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ImageContacts: TImage
  22.     Left = 8
  23.     Top = 11
  24.     Width = 24
  25.     Height = 24
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object LblContacts: TLabel
  30.     Left = 43
  31.     Top = 10
  32.     Width = 352
  33.     Height = 26
  34.     Caption = 
  35.       'Diino found the following contacts on your computer. All checked' +
  36.       ' contact items will be imported into Diino if you click OK.'
  37.     WordWrap = True
  38.   end
  39.   object Lv: TListView
  40.     Left = 8
  41.     Top = 50
  42.     Width = 646
  43.     Height = 219
  44.     Anchors = [akLeft, akTop, akRight, akBottom]
  45.     Checkboxes = True
  46.     Columns = <
  47.       item
  48.         Caption = 'First Name'
  49.         Width = 100
  50.       end
  51.       item
  52.         Caption = 'Last Name'
  53.         Width = 120
  54.       end
  55.       item
  56.         AutoSize = True
  57.         Caption = 'Email Address'
  58.       end
  59.       item
  60.         Caption = 'Work'
  61.         Width = 90
  62.       end
  63.       item
  64.         Caption = 'Home'
  65.         Width = 90
  66.       end
  67.       item
  68.         Caption = 'Mobile'
  69.         Width = 90
  70.       end>
  71.     GridLines = True
  72.     ReadOnly = True
  73.     RowSelect = True
  74.     PopupMenu = Pm
  75.     TabOrder = 0
  76.     ViewStyle = vsReport
  77.     OnColumnClick = LvColumnClick
  78.     OnCompare = LvCompare
  79.   end
  80.   object BtnCancel: TTntButton
  81.     Left = 572
  82.     Top = 275
  83.     Width = 75
  84.     Height = 25
  85.     Anchors = [akRight, akBottom]
  86.     Cancel = True
  87.     Caption = '&Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 1
  90.   end
  91.   object BtnOK: TTntButton
  92.     Left = 491
  93.     Top = 275
  94.     Width = 75
  95.     Height = 25
  96.     Anchors = [akRight, akBottom]
  97.     Caption = '&OK'
  98.     ModalResult = 1
  99.     TabOrder = 2
  100.   end
  101.   object SB: TTntStatusBar
  102.     Left = 0
  103.     Top = 303
  104.     Width = 662
  105.     Height = 19
  106.     Panels = <>
  107.     SimplePanel = True
  108.   end
  109.   object Pm: TPopupMenu
  110.     Left = 16
  111.     Top = 73
  112.     object MiCheckAll: TMenuItem
  113.       Action = AcCheckAll
  114.     end
  115.     object MiUncheckAll: TMenuItem
  116.       Action = AcUncheckAll
  117.     end
  118.   end
  119.   object OA: TOutlookApplication
  120.     AutoConnect = False
  121.     ConnectKind = ckRunningOrNew
  122.     AutoQuit = False
  123.     Left = 50
  124.     Top = 73
  125.   end
  126.   object AL: TTntActionList
  127.     OnUpdate = ALUpdate
  128.     Left = 84
  129.     Top = 73
  130.     object AcContactsFind: TTntAction
  131.       OnExecute = AcContactsFindExecute
  132.     end
  133.     object AcCheckAll: TTntAction
  134.       Caption = 'Check All'
  135.       OnExecute = AcCheckAllExecute
  136.     end
  137.     object AcUncheckAll: TTntAction
  138.       Caption = 'Uncheck All'
  139.       OnExecute = AcUncheckAllExecute
  140.     end
  141.     object AcStoreChecked: TTntAction
  142.       OnExecute = AcStoreCheckedExecute
  143.     end
  144.   end
  145. end
  146.